home *** CD-ROM | disk | FTP | other *** search
/ Tools Unlimited 1: The Blanker Collection / Tools Unlimited - Vol 1 - The Blanker Collection.iso / Blanker / Packages / GarshneBlanker / GSource / protos / handlers.h < prev    next >
C/C++ Source or Header  |  1996-01-25  |  125b  |  8 lines

  1. #ifndef HANDLERS_H
  2. #define HANDLERS_H
  3.  
  4. LONG HandleServerMsg( VOID );
  5. LONG HandleMouseCheck( VOID );
  6.  
  7. #endif /* HANDLERS_H */
  8.